home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 01_kinb / k_main / 00040_Script_40 < prev    next >
Text File  |  1994-10-06  |  257b  |  17 lines

  1. on startMovie
  2.   sound playFile 1, "K_Sound"
  3.   cursor -1
  4. end startMovie
  5.  
  6. on stepMovie
  7.   when timeOut then nothing
  8.   if not  soundBusy (1) then
  9.     sound playFile 1, "K_Sound"
  10.   end if
  11. end stepMovie
  12.  
  13. on stopMovie
  14.   sound stop 1
  15. end stopMovie
  16.  
  17.